CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm-spanning tree

搜索资源列表

  1. Spanning-tree

    0下载:
  2. 利用图论中生成树的概念编写的全部生成树代码,由于缺少中间的实数编码遗传算法代码,所以还不能得出完整的结果,但整个程序框架是正确的!-Spanning tree in graph theory using the concept of writing all the spanning tree code, the lack of the middle of the real-coded genetic algorithm code, so it can not come to a complete
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3566
    • 提供者:小玉
  1. prim

    0下载:
  2. 自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2276
    • 提供者:
  1. Genetic-Algorithm-for-Minimum-SpanningTree

    0下载:
  2. 使用遗传算法求解最小生成树的编码,C++环境-Genetic Algorithm for Minimum Spanning Tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:9455
    • 提供者:lee
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:575810
    • 提供者:张玉芨
  1. AGA

    1下载:
  2. 单点交叉 单点变异 确定式选择法 自适应的遗传算法生成最小树-Adaptive genetic algorithm generates minimum spanning tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5502
    • 提供者:yang
  1. PSO

    1下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1355522
    • 提供者:一招鲜
  1. Steiner

    0下载:
  2. 遗传算法在Steiner树中的应用 遗传算法的相关论文-In order tO solve the subject of Steiner minimum spanning tree,an adaptive genetic algorithm is introduced.The Steiner minimum spanning tree is transformed into a combination-optimization problem and a triabselection m
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:36104
    • 提供者:利用
  1. A.new.tree-based.encoding.genetic.algorithm.with.i

    0下载:
  2. 基于新的树编码方式用免疫遗传算法解决DCMST问题:提出了一种新的树编码方式,可以方便地表达一棵树,简化了树在遗传算法中的编码表达。且新的树编码方式清楚地表达了边的信息,有利于疫苗的设计。此外,本文使用免疫遗传算法,有效地克服了传统遗传算法中解退化的现象。数值实验表明,解的振荡相对于传统遗传算法减小了,且收敛速度更快。-New tree-based encoding genetic algorithm with immune DCMST problem: A new tree encoding,
  3. 所属分类:matlab

    • 发布日期:2016-01-23
    • 文件大小:5120
    • 提供者:LYC
  1. 1

    0下载:
  2. 基于遗传算法的最小生成树算法很好解决了常用二进制编码不能正确表达最小生成树的问题,其优点是:求解过程简单清晰,形象直观,快速有效,易于编程,且具有更广泛的适用性,在求解多节点网络的最小生成树时更能体现其计算速度快的优越性。-The minimum spanning tree algorithm based on genetic algorithm is very good to solve the common binary code that can not correctly express
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:56854
    • 提供者:刘子才
  1. ycsf

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:
  1. AS_GA_PSO

    0下载:
  2. 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。-Genetic algorithm (ga) to solve minimum spanning tree problem, PURFER encoding.Particle swarm algorithm for unconstrained optimization problems.Ant colony algorithm to solve TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11432
    • 提供者:liumeng
  1. gunping

    0下载:
  2. 遗传算法无功优化,计算两个矩阵之间的欧氏距离,快速扩展随机生成树算法。- Genetic algorithm based reactive power optimization, Calculation of the Euclidean distance between the two matrices, Rapid expansion of random spanning tree algorithm.
  3. 所属分类:matlab

    • 发布日期:2016-08-21
    • 文件大小:4096
    • 提供者:王创伟
  1. qaoqie

    0下载:
  2. 信号维数的估计,快速扩展随机生成树算法,遗传算法无功优化。- Signal dimension estimates, Rapid expansion of random spanning tree algorithm, Genetic algorithm based reactive power optimization.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4379
    • 提供者:funlanqenghun
  1. toufing-V6.2

    0下载:
  2. 遗传算法无功优化,快速扩展随机生成树算法,是机器学习的例程。- Genetic algorithm based reactive power optimization, Rapid expansion of random spanning tree algorithm, Machine learning routines.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:jethhkm
  1. nkigt

    0下载:
  2. 用MATLAB编写的遗传算法路径规划,快速扩展随机生成树算法,算法优化非常好,几乎没有循环。- Genetic algorithms using MATLAB path planning, Rapid expansion of random spanning tree algorithm, Algorithm optimization is very good, almost no circulation.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-11
    • 文件大小:7769
    • 提供者:唐万忠
  1. GA-mst-master

    2下载:
  2. 遗传算法解决最小生成树问题的Python实现 需要安装 1. Python 2.7 2. matplotlib.pyplot 3. networkx(Python implementation of genetic algorithm for minimum spanning tree problem Need to install 1. Python 2.7 2. matplotlib.pyplot 3. Networkx)
  3. 所属分类:进化算法

    • 发布日期:2019-11-05
    • 文件大小:27648
    • 提供者:moser1125
搜珍网 www.dssz.com